/*联系方式 start*/
.contact-container .contact-main {
  margin-bottom: 44px;
}
.contact-container .map {
    width: 915px;
    height: 443px;
}
.contact-container .info{
    color: #fff;
    background: #0D6FB8;
    width: 915px;
    padding: 8px 15px;
}
.contact-container .info span, .contact-container .info i{
    margin-right: 20px;
}
.contact-container .left-menu li:nth-child(2), .contact-container .left-menu li:nth-child(3){
    border-bottom: 1px solid #DBD8D8;
}
.contact-container .phone-hide {
  display: none;
}
/*联系方式 end*/

/*合作机构 start*/
.co-container .co-main {
    margin-right: -30px;
}
.co-container .co-main-item {
  margin-bottom: 48px;
}
.co-container .co-main-item a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 192px;
  box-shadow:0px 2px 4px 0px rgba(219,216,216,1);
  border-radius:6px;
  border:1px solid rgba(238,238,238,1);
}
.co-container .co-img-box img{
    width: 287px;
    height: 192px;
}
.co-container .co-info {
    position: absolute;
    bottom: 14px;
    left: 0;
    width: 287px;
    height: 28px;
    line-height: 28px;
    background: #eee;
    color: #787878;
    z-index: 999;
    text-align: center;
    font-size: 0;
}
.co-container .co-info span {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.co-container .co-info .icon-media{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../Images/index4.0/organation/icon-right.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle;
}
.co-container .left-menu li:nth-child(2){
  border-bottom: 1px solid #DBD8D8;
}
/*合作机构 end*/
/*自设机构 start*/
.so-container {
    color: #313131;
}
.so-container .so-main {
  font-size: 36px;
}
.so-container .so-main .info{
    line-height: 30px;
    margin: 14px 0 20px;
    font-size: 18px;
}
.so-container .so-main h4 {
    font-size: 20px;
}
.so-container .left-menu li:nth-child(2){
    border-bottom: 1px solid #DBD8D8;
}
.so-container .so-main ul li {
    margin-bottom: 25px;
    font-size: 18px;
}
.so-container .center-experts {
    padding: 10px 0;
    border-bottom: 1px solid #DBD8D8;
  margin: 0 auto 20px;
}
.so-container ol {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    padding: 12px 0 25px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so-container ol li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    text-align: center;
    width: 150px;
    max-width: 25%;
    min-width: 25%
}
/*2023.07017 机构专家最后一个下移*/
.so-container ol li:nth-of-type(n+5){
  margin-top: 10px;
}
.so-container ol .expert-img-box {
    display: inline-block;
    overflow: hidden;
    width: 150px;
}
.so-container ol .expert-img-box img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.so-container ol .expert-name {
    margin: 14px 0 2px;
    font-size: 18px;
}
.so-container ol .expert-position {
  font-size: 16px;
}
.so-container .media {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    height: 192px;
    margin: 0 0 35px 0;
}
.so-container .media-item {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    position: relative;
    margin-right: 20px;
}
.so-container .media-info span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    font-size: 18px;
}
.so-container .media-info .icon-media{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(../../Images/index4.0/icon-media.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle;
    margin-left: 10px;
}
.classify-box {
  margin-top: -18px;
}
.qr-classify-box {
  position: absolute;
  top: 26px;
  right: 20px;
}
.classify {
    position: relative;
}
.classify .nm-it {
  cursor: pointer;
}
.classify .nm-drop {
    display: none;
    position: absolute;
    top: 46px;
    left: 0;
    padding: 10px;
    max-height: 300px;
    overflow: scroll;
    background: #EEEEEE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
.classify .nm-drop a {
    display: block;
    color: #787878;
    margin: 2px 0;
    font-size: 12px;
}
.classify:hover .nm-drop {
    display: block;
    z-index: 999999;
}
.classify:hover .icon-arrow {
    background: url(../../Images/index4.0/icon-down.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    vertical-align: middle;
}
.classify .nm-it-box a:hover {
    color: #0D6FB8;
}
.classify .nm-text {
    vertical-align: middle;
    font-size: 16px;
}

.classify .icon {
    margin-left: 8px;
    width: 14px;
    height: 8px;
    vertical-align: middle;
}
.classify .icon-arrow {
    background: url(../../Images/index4.0/icon-up.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.classify-box .search-box{
    position: relative;
    margin-left: 20px;
}
.classify-box .so-search-input {
    border: 1px solid #CDCACA;
    border-radius:6px;
    width: 171px;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
    font-size: 16px;
}
.so-container .classify-box .so-icon-search{
   display: inline-block;
   width: 16px;
   height: 16px;
   background: url(../../Images/index4.0/icon-search.png) no-repeat center center;
   -webkit-background-size: contain;
   background-size: contain;
   vertical-align: middle;
   position: absolute;
   top: 25px;
   right: 4px;
   cursor: pointer;
 }
.qr-classify-box .classify {
  margin-left: 20px;
  height: 40px;
}
.qr-classify-box .search-box {
  height: 40px;
}
.qr-classify-box .classify .nm-drop {
  top: 30px;
}
.qr-classify-box .so-icon-search{
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../../Images/index4.0/icon-search.png) no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 4px;
  cursor: pointer;
}
.qr-classify-box .classify .nm-drop a {
    font-size: 14px;
}
.so-container .latest{
    margin: 8px 0 46px;
}
.so-container .latest-item{
    margin-bottom: 26px;
}
.so-container .latest-item .latest-title {
    font-size: 24px;
}
.so-container .latest-item .latest-info {
    font-size: 14px;
}
.so-container .latest-item span:first-child{
    margin-right: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .so-container ol {
    display: block;
    padding: 12px 0 25px;
    font-size: 0;
  }
  .so-container ol li {
    display: inline-block;
    text-align: center;
    max-width: 33%;
    min-width: 33%
  }
  .so-container .media {
    display: block;
    height: auto;
  }
  .so-container .media-item {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
    margin-right: 20px;
    width: auto;
  }
  .so-container .media-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(49,49,49,0.63);
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 0;
  }
  .so-container .expert-img-box img {
    width: 100%;
    height: 150px;
  }
  .so-container .media-info {
    width: 100%;
  }
  .so-container .media-info span{
    width: 80%;
  }
}
@media only screen and (min-width: 1200px) {
  .so-container .media-item {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    width: 100%;
    position: relative;
    margin-right: 20px;
    max-width: 290px;
  }
  .so-container .media-img-box img{
    width: 290px;
    height: 192px;
  }
  .so-container .media-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: rgba(49,49,49,0.63);
    color: #fff;
    z-index: 999;
    text-align: center;
    font-size: 0;
  }
}
/*自设机构 end*/
/*简介 start*/
.intro-container .intro-img-box img{
    width: 915px;
    height: 330px;
}
.intro-container .intro-title {
  margin: 22px 0 21px 0;
  font-size: 30px;
}
.intro-container .intro-main {
    padding-bottom: 10px;
    font-size: 18px;
}
.intro-container .intro-main p{
    color: #313131;
    margin-bottom: 30px;
}
.intro-container ul li:nth-child(3), .intro-container ul li:nth-child(4){
    border-bottom: 1px solid #DBD8D8;
}
/*简介 end*/
/*招聘信息 start*/
.rec-container .rec-main {
    margin-bottom: 34px;
}
.rec-container .rec-main .header{
    color: #313131;
    font-weight: 500;
    line-height:30px;
}
.rec-container .rec-main .rec-list{
    border-top: 1px solid #DBD8D8;
    padding: 10px 0 14px;
}
.rec-container .rec-main .duty {
  font-size: 18px;
}
.rec-container .rec-main .duty,.rec-container .rec-main .requirement{
    color: #313131;
}
.rec-container .rec-main .duty p, .rec-container .rec-main .requirement p {
    font-weight: 500;
}
.rec-container .left-menu li:nth-child(2){
    border-bottom: 1px solid #DBD8D8;
}
/*招聘信息 end*/
/*组织架构 start*/
.org-container .org-main {
    background: #eee;
    margin-bottom: 66px;
    position: relative;
    width: 915px;
    height: 500px;
}
.org-container .org-main .org-img-box{
    position: absolute;
    top: 68px;
    right: 38px;
}
.org-container .org-main .org-img-box img {
    width: 562px;
    height: 368px;
}
.org-container .org-main p{
    width: 434px;
    position: absolute;
    top: 66px;
    left: 42px;
    color: #313131;
    z-index: 999;
}
.org-container ul li:nth-child(4){
    border-bottom: 1px solid #DBD8D8;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .org-container .org-main {
    background: #eee;
    margin: 0 auto 20px;
    padding: 16px 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
  }
  .org-container .org-main p{
    width: 100%;
    position: absolute;
    top: 66px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #313131;
    z-index: 999;
    padding: 0 20px;
  }
  .org-container .org-main .org-img-box{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    top: 180px;
    width: 400px;
    height: 300px;
  }
  .org-container .org-main .org-img-box img {
    width: 100%;
    height: 300px;
  }
}
/*组织架构 end*/
/*专家列表 start*/
.experts-container .left-menu li:nth-child(3), .experts-container .left-menu li:nth-child(2){
  border-bottom: 1px solid #DBD8D8;
}
.experts-container .sort {
    height: 34px;
    text-align: center;
    padding: 0 26px;
    border-radius:8px;
    border:1px solid rgba(219,216,216,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.experts-container .sort a {
    display: inline-block;
    margin: 7px 0.7% 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.sort-active {
    display: block;
    width: 20px;
    height: 20px;
    color: #fff;
    border-radius: 50%;
    background: #0D6FB8;
}
.experts-container .sort a:hover {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #fff;
    background: #0D6FB8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.experts-container .list .item {
    margin: 16px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.experts-container .list .img-box{
    border-radius:8px;
    margin-right: 6px;
    overflow: hidden;
}
.experts-container .list img{
    width:200px;
    height:200px;
}
.experts-container .list .info{
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    background:rgba(58,158,244,0.15);
    border-radius:8px;
    height: 200px;
    padding: 50px 15px 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.experts-container .list .info p {
    margin-bottom: 6px;
}
.experts-container .list .info .expert-name {
    font-size: 30px;
}
.experts-container .list .info .field {
    color: #313131;
    font-weight: 300;
}
.experts-container .list .info div{
    font-size: 18px;
    color: #606060;
    font-weight: 500;
}
.expert-pagination{
    width: 100%;
    text-align: center;
    margin: 26px 0;
}
.expert-pagination a{
    padding: 4px 10px;
    border-radius:4px;
    border:2px solid rgba(238,238,238,1);
    font-size: 16px;
    color: #787878;
}
.expert-pagination  a.active{
    background: #eee;
}
.expert-pagination  a:hover{
    background: #eee;
}
.experts-container .left-menu li:nth-child(4){
    border-bottom: 1px solid #DBD8D8;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .sort {
    display: none;
  }
  .experts-container .item:first-child {
    margin-top: 0;
  }
}
/*专家列表 end*/
/*专家列表 二级 start*/
.experts-sub-container .data-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -khtml-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}
.experts-sub-container .data-list .item > div {
    border: 1px solid #ddd;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 10px;
}
.experts-sub-container .data-list .img-box{
    position: relative;
    height: 170px;
}
.experts-sub-container .data-list .img-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}
.experts-sub-container .data-list ul{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    height: 88px;
}
.experts-sub-container .data-list li {
    text-align: center;
    font-size: 16px;
    color: #5F5F5F;
    font-weight: bold;
    padding: 0 10px;
}
.experts-sub-container .data-list .item .name {
    font-size: 20px;
    padding-top: 8px;
}
.experts-sub-container .data-list .item .position {
    font-size: 14px;
    padding-bottom: 8px;
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
    .experts-sub-container .data-list .item{
        max-width: 33.3333%;
        min-width: 33.3333%;
        margin-bottom: 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .experts-sub-container .data-list .item{
        max-width: 20%;
        min-width: 20%;
        margin-bottom: 22px;
    }
    .experts-sub-container .data-list {
        padding-top: 20px;
    }
}
/*专家列表 二级 end*/
/*专家详情 start*/
.ed-container .ed-img-box {
    margin: -10px 0 30px;
    position: relative;
}
.ed-container .ed-bg img{
    width: 1200px;
    height: 263px;
}
.ed-container .expert-img {
    position: absolute;
    left: 25px;
    top: 22px;
}
.ed-container .expert-img img{
    width: 220px;
    height: 220px;
}
.ed-container .expert-info {
    position: absolute;
    left: 268px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ed-container .expert-info .expert-name{
  font-size: 48px;
}
.ed-container .expert-info .expert-position{
  font-size: 18px;
}
.ed-container .expert-info p{
    color: #fff;
}
.ed-container .ed-main {
    padding-bottom: 10px;
}
.ed-container .ed-main p{
    color: #313131;
    margin-bottom: 30px;
}
.ed-container .row-box{
    border-bottom: 1px solid #B3BAC5;
    margin-top: -15px;
}
.ed-container .content p{
    line-height: 1.5;
    margin: 20px 0;
}
.ed-container .tab-content > div{
    display: none;
}
.ed-container .tab-content .item{
    display: block;
    margin: 30px 0;
    color: #000;
}
.ed-container .tab-content .item h4 {
    font-size: 30px;
    color: #5F5F5F;
}
.ed-container .tab-content .item:hover {
    color: #293f68;
}
.ed-container .tab-content .item .main-color{
    font-size: 16px;
    /*color: #787878;*/
    color: #0D6FB8;
    margin-top: 10px;
}
.ed-container .tab-content .item-box  {
    margin-bottom: 70px;
}
.ed-container .active span {
    color: #0D6FB8;
}
.ed-container .active span:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #0D6FB8;
}
.ed-container .tab {
    color: #B3BAC5;
    position: relative;
    margin: 0;
    height: 70px;
    align-items: center;
}
.ed-container .tab li {
    text-align: center;
    cursor: pointer;
    line-height: 1;
    border-right: 1px solid #ddd;
}
.ed-container .tab li:last-of-type {
    border-right: none;
}
.ed-container .tab span {
    position: relative;
    padding: 0 24px;
}
.ed-container .ed-title-fs{
    font-size: 28px;
}
.ed-container .pc-hide {
    display: none;
}
/*专家详情 end*/
/*联系方式 start*/
.contact-container .map {
    width: 915px;
    height: 443px;
}
.contact-container .info{
    color: #fff;
    background: #0D6FB8;
    width: 915px;
    padding: 8px 15px;
}
.contact-container .info span, .contact-container .info i{
    margin-right: 20px;
}
.contact-container .left-menu li:nth-child(4), .contact-container .left-menu li:nth-child(3), .contact-container .left-menu li:nth-child(2){
    border-bottom: 1px solid #DBD8D8;
}
/*联系方式 end*/
/*季报 start*/
.qr-container .left-menu li:not(:nth-child(2)){
  border-bottom: 1px solid #DBD8D8;
  color: #313131;
}
.qr-container .left-menu li:nth-child(2){
  border-bottom: 1px solid #DBD8D8;
}
.qr-container .left-menu li:first-child {
  color: #fff;
}
.qr-container .qr-main .qr-main-item {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #DBD8D8;
}
.qr-container .qr-main h2 {
  font-size: 36px;
}
.qr-container .qr-main p {
  font-size: 16px;
  margin: 10px auto;
}
.qr-container .qr-main  span:first-child{
  margin-right: 30px;
}
.qr-container .qr-main .qr-main-content {
  line-height:30px;
  color: #313131;
  font-size: 18px;
  font-weight:300;
}
.qr-container .qr-main a {
  margin-top: 12px;
  font-size: 16px;
  line-height: 28px;
  width: 70px;
  height:28px;
  text-align: center;
  background:rgba(21,101,216,1);
  border-radius:14px;
  color: #fff;
}
/*季报 end*/
/*季报详情&中国金融周期&采访[interview-detail] start*/
.qrd-container .sub-title{
  width: 92px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #3175DF;
  margin-bottom: 8px;
}
.qrd-container .title {
  margin: 0;
  font-weight: bold;
  font-size: 36px;
}
.qrd-container .author {
  font-size: 16px;
  padding: 8px 0 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DBD8D8;
}
.qrd-container .author span {
  margin-right: 30px;
}
.qrd-container .qrd-content {
  font-size: 18px;
}
.qrd-container .qrd-content p {
  margin-bottom: 30px;
  color: #313131;
}
.qrd-container .report {
  margin: 0 10px;
  border: 1px solid #B3BAC5;
}
.qrd-container .report .report-title {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #313131;
}
.qrd-container .report-bottom {
  height: 80px;
  border-top: 1px solid #B3BAC5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  -khtml-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
}
.qrd-container .report-bottom img {
  width: 40px;
  height: 40px;
  margin-right: 32px;
}
.qrd-container .report-bottom a {
  display: inline-block;
  background: #0D6FB8;
  font-size: 14px;
  color: #fff;
  padding: 2px 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.qrd-container .search {
  margin: 22px 10px 30px;
  border:1px solid rgba(179,186,197,1);
  border-top: 18px solid #0D6FB8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.qrd-container .search .search-title {
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  border-bottom: 1px solid #B3BAC5;
}
.qrd-container .search ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 24px;
}
.qrd-container .search ul li{
  font-size: 18px;
  margin: 20px 0;
}
.qrd-container .search ul a {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  -khtml-align-items: center;
  align-items: center;
  color: #5A7184;
}
.qrd-container .search ul span{
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  -khtml-flex: 1;
  flex: 1;
  margin-right: 10px;
}
.qrd-container .search ul .icon{
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url("../../Images/index4.0/icon-down.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.qrd-container .qrd-detail {
    margin: 0 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 22px 24px;
    font-size: 21px;
    background:rgba(13,111,184,0.15)
}
.qrd-container .keywords {
    margin: 18px 0 60px;
    font-size: 18px;
}
.qrd-container .keywords-title {
    height: 22px;
    line-height: 22px;
    padding-left: 6px;
    margin-bottom: 18px;
    border-left: 12px solid #0D6FB8;
}
.qrd-container .keywords-item span{
    display: inline-block;
    padding: 2px 10px;
    margin-right: 24px;
    background: rgba(58,158,244,0.15);
}
.qrd-container .img-box {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    margin: -15px auto 30px;
}
.qrd-container .img {
    margin-bottom: 10px;
    overflow: hidden;
    width: 580px;
    height: 348px;
}
.qrd-container .img-detail {
    text-align: center;
    font-size: 12px;
    color: #5A7184;
}
.qrd-container .qrd-content .video-box {
  position: relative;
}
.qrd-container .qrd-content .video {
    width: 800px;
    height: 480px;
    object-fit: cover;
    margin-bottom: 30px;
    overflow: hidden;
}
.qrd-container .img-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .qrd-container .search .search-title {
    font-size: 20px;
  }
}

/*季报详情&中国金融周期&采访[interview-detail] end*/

.phone-footer, .phone-header {
  display: none;
}
/*面包屑*/
.bread-nav {
  padding: 10px 0 8px 15px;
  border-bottom: 1px solid #B3BAC5;
  margin-bottom: 32px;
  color: #787878;
  font-size: 16px;
}
.bread-nav .bread-l {
  color: #787878;
}
.bread-nav .bread-l:hover {
  color: #0D6FB8;
}
.bread-nav .bread-current {
  color: #606060;
}
/*聚焦-采访 start*/
.fi-common-container .left-menu li:nth-child(2), .fi-common-container .left-menu li:nth-child(3){
  border-bottom: 1px solid #DBD8D8;
}
.fi-common-container .fi-main {
  margin-left: -15px;
}
.fi-common-container .fi-item {
    padding-bottom: 20px;
}
.fi-common-container .fi-item:not(:first-child){
    padding: 22px 0;
    border-bottom: 1px solid #DBD8D8;
}
.fi-common-container .fi-item:first-child{
    padding-bottom: 22px;
    border-bottom: 1px solid #DBD8D8;
}
.fi-common-container  .fi-item-link {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}
.fi-common-container .fi-item-left {
    width: 374px;
    height: 214px;
    overflow: hidden;
}
.fi-common-container .fi-item-right {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #313131;
}
.fi-common-container .fi-item-right h2 {
    font-size: 32px;
}
.fi-common-container .fi-item-right p:nth-of-type(1) {
    font-size: 16px;
}
.fi-common-container .fi-item-right p span:first-child {
    margin-right: 40px;
}
.fi-common-container .fi-item-right p:nth-of-type(2) {
    line-height:30px;
    color: #313131;
    font-size: 18px;
    font-weight:300;
}
.fi-container ul li:nth-child(3), .fi-container ul li:nth-child(4) {
    border-bottom: 1px solid #DBD8D8;
}
.fn-container ul li:nth-child(4) {
    border-bottom: 1px solid #DBD8D8;
}
.fm-container ul li:nth-child(2) {
    border-bottom: 1px solid #DBD8D8;
}
.fl-container ul li:nth-child(2),.fl-container ul li:nth-child(3) {
    border-bottom: 1px solid #DBD8D8;
}
.fl-container .fl-active {
    color: orange;
}
.fl-container .fi-item-left {
  position: relative;
}
.fl-container .fi-item-left i{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  background: url("../../Images/index4.0/icon-play.png") no-repeat center center;
  -webkit-background-size: contain;
  background-size: contain;
}
/*聚焦-采访 end*/
/*会议 start*/
.meeting-container .left-menu li:not(:nth-child(1)){
    border-bottom: 1px solid #DBD8D8;
}
.md-container .fi-item-left {
    width: 4rem;
    height: 2.18rem;
    overflow: hidden;
}
.md-container .fi-item {
    padding: 28px 24px;
    margin-bottom: 30px;
    background: #eee;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
}
.md-container .fi-item-right {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    -khtml-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #313131;
}
.md-container .fi-item-right h2 {
    font-size: 30px;
    font-weight: bold;
}
.md-container .fi-item-right .ms-info {
    margin: 10px 0;
}
.md-container .fi-item-right .ms-info > li {
    margin: 5px 0;
    font-size: 20px;
    font-weight: 500;
}
.md-container .fi-item-right .ms-info p:first-child {
    font-weight: 500;
}
.md-container .fi-item-right .ms-info p {
    margin: 5px 0;
    font-weight: 400;
    font-size: 18px;
}
.md-container .fi-item-right a {
    font-size: 16px;
    line-height: 28px;
    width: 70px;
    height:28px;
    text-align: center;
    background:rgba(21,101,216,1);
    border-radius:14px;
    color: #fff;
}
.md-container .qrd-box .title {
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: 1px solid #DBD8D8;
}
.md-container .reports {
    margin: 0 10px;
    border: 1px solid #B3BAC5;
}
.md-container .reports .report-title {
    padding: 20px;
    font-size: 16px;
    color: #313131;
}
.mi-container .mi-box ul{
    margin: 18px 0 30px;
    font-size: 18px;
    color: #313131;
}
.mi-container .mi-box ul li {
    line-height: 30px;
    margin-bottom: 30px;
}
.mi-container .mi-box ul h4 {
    font-weight: 500;
    margin: 10px 0;
}
.mi-container .mi-box ul p {
    margin: 10px 0;
}
.mi-container .mi-box .center-expert {
     font-size: 20px;
     padding: 10px 0;
     border-bottom: 1px solid #DBD8D8;
     margin: 0 auto 20px;
 }
.mi-container .search{
    margin: 10px 10px 30px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .fi-common-container .fi-item-left{
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .fi-common-container .fi-item-right {
        display: block !important;
    }
    .fi-common-container .fi-item-link {
        display: block;
    }
}
/*会议 end*/
/*专著 start*/
.p-container ul li:nth-child(2),.p-container ul li:nth-child(5){
    border-bottom: 1px solid #DBD8D8;
}
.p-container .p-main {
    margin-left: -15px;
}
.p-container .p-item:not(:first-child){
    padding: 22px 0;
}
.p-container .p-item:first-child{
    padding-bottom: 22px;
}
.p-container .p-item-link {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
}
.p-container .p-item-left {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    width: 196px;
    height: 282px;
    overflow: hidden;
}
.p-container .p-item-right {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    -khtml-flex: 1;
    flex: 1;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    -khtml-flex-direction: column;
    flex-direction: column;
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #313131;
}
.p-container .p-item-right h2 {
    padding: 6px 0 16px;
    font-size: 32px;
    border-bottom: 1px solid #DBD8D8;
}
.p-container .p-item-right p:nth-of-type(1) {
    margin: 12px 0 8px;
    font-size: 16px;
}
.p-container .p-item-right p span:first-child {
    margin-right: 40px;
}
.p-container .p-item-right p:nth-of-type(2) {
    line-height:30px;
    color: #313131;
    font-size: 18px;
    font-weight:300;
}
/*专著 end*/
/*专著-详情 start*/
.pd-container .pd-item {
    box-sizing: border-box;
    padding-left: 40px;
    margin-bottom: 20px;
}
.pd-container .title {
    font-size: 20px;
    font-weight: bold;
    padding: 8px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBD8D8;
}
.pd-container .pd-content {
    font-size: 18px;
}
.pd-container .pd-content p {
    line-height: 1.6;
    margin-bottom: 30px;
    color: #313131;
}
.pd-container .publish-img {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    -khtml-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    -khtml-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -khtml-align-items: center;
    align-items: center;
    width: 300px;
    height: 430px;
}
.pd-container .catalog {
    width: 472px;
    height: 590px;
}
/*专著-详情 end*/
/*左边菜单*/
.left-menu {
  width: 250px;
}
.left-menu li {
  display: block !important;
  width: 100%;
  text-align: center;
  background:rgba(238,238,238,1);
  color: #606060;
}
.left-menu li .menu-item {
  height: 52px;
  line-height: 52px;
}
.left-menu li a {
  position: relative;
  z-index: 999999;
  color: #606060;
  font-size: 18px;
}
.left-menu li:first-child {
  color: #fff;
  position: relative;
  background: #0D6FB8;
}
.left-menu li:first-child:after {
  position: absolute;
  left: 50%;
  top: 42px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 22px solid #0D6FB8;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.left-menu .menu-item.active{
  background:#eee;
  border-left: 4px solid #0D6FB8;
}
.left-menu .menu-item.acitve-no-list{
  background:#DBD8D8;
  border-left: 4px solid #0D6FB8;
}
.left-menu .menu-down .active{
  border-left: 4px solid #0D6FB8;
}
.left-menu .about-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../Images/index4.0/about/nav_icon_about.png") center center no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.left-menu .so-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../../Images/index4.0/organation/icon-organation.png") center center no-repeat;
    -webkit-background-size: 22px;
    background-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
.left-menu .experts-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../Images/index4.0/icon-experts.png") center center no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.left-menu .research-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../Images/index4.0/icon-research.png") center center no-repeat;
  -webkit-background-size: 22px;
  background-size: 22px;
  vertical-align: middle;
  margin-right: 10px;
}
.left-menu .publish-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../../Images/index4.0/icon-publish.png") center center no-repeat;
    -webkit-background-size: 22px;
    background-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
.left-menu .meeting-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../../Images/index4.0/icon-meeting.png") center center no-repeat;
    -webkit-background-size: 22px;
    background-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}
.menu-item {
  margin-bottom: 0;
  font-size: 0;
}
.menu-item-title {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.menu-down {
  display: none;
}
.menu-down-sm {
  margin-bottom: 0;
  padding: 0 10px;
  line-height: 52px;
  background: #F8FAFA;
  border-bottom: 1px solid #DBD8D8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-down-sm:last-child{
  border-bottom: none;
}
.icon-menu {
  position: relative;
}
.icon-down:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../../Images/index4.0/icon-experts-down.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  cursor: pointer;
}
.icon-up:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url(../../Images/index4.0/icon-experts-down.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
